home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
System
/
Capture ƒ
/
capture.h
< prev
next >
Wrap
Text File
|
1990-02-07
|
446b
|
22 lines
/* Developer: James R. Logan Jr. (BYU)
email: loganj@byuvax.bitnet
loganj@yvax.byu.edu
phone: (801) 378-3617
*/
#define maxwinpars 10
typedef struct {
TEHandle storyth; /* TextEdit handle for window */
WindowPtr storyWindow; /* Window pointer */
ControlHandle storybar; /* Control handle for Window */
int Windowsize[maxwinpars]; /* Position and size of Windows */
WindowRecord storyrecord; /* */
} screen;